Disable secrets-outside-env audit#3823
Merged
martincostello merged 1 commit intomasterfrom Mar 9, 2026
Merged
Conversation
This isn't appropriate in most cases as there's no logical environment, and environments are already used in cases where they are.
There was a problem hiding this comment.
Pull request overview
This PR updates the repository’s zizmor configuration to disable the secrets-outside-env audit, aiming to avoid findings in workflows that don’t have a meaningful GitHub “environment”.
Changes:
- Disable the
secrets-outside-envzizmor rule in the repo-level config.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3823 +/- ##
=======================================
Coverage 94.93% 94.93%
=======================================
Files 111 111
Lines 3886 3886
Branches 784 784
=======================================
Hits 3689 3689
Misses 197 197
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This was referenced Mar 10, 2026
Open
Closed
This was referenced Mar 16, 2026
Open
Bump Swashbuckle.AspNetCore from 5.6.3 to 10.1.5
EltonCoura/skills-secure-repository-supply-chain#27
Open
Open
hwinther
pushed a commit
to hwinther/test
that referenced
this pull request
Mar 16, 2026
Updated [swashbuckle.aspnetcore.cli](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) from 10.1.4 to 10.1.5. <details> <summary>Release notes</summary> _Sourced from [swashbuckle.aspnetcore.cli's releases](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)._ ## 10.1.5 ## What's Changed * Bump swagger-ui-dist from 5.31.1 to 5.32.0 in /src/Swashbuckle.AspNetCore.SwaggerUI by @dependabot in domaindrivendev/Swashbuckle.AspNetCore#3814 * Migrate to actions/attest by @martincostello in domaindrivendev/Swashbuckle.AspNetCore#3815 * Disable secrets-outside-env audit by @martincostello in domaindrivendev/Swashbuckle.AspNetCore#3823 * Update zizmor to 1.23.1 by @martincostello in domaindrivendev/Swashbuckle.AspNetCore#3825 * Fix null examples by @jgarciadelanoceda in domaindrivendev/Swashbuckle.AspNetCore#3803 * Bump dependencies by @martincostello in domaindrivendev/Swashbuckle.AspNetCore#3835 **Full Changelog**: domaindrivendev/Swashbuckle.AspNetCore@v10.1.4...v10.1.5 Commits viewable in [compare view](domaindrivendev/Swashbuckle.AspNetCore@v10.1.4...v10.1.5). </details> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This was referenced Mar 17, 2026
Bump Swashbuckle.AspNetCore from 5.6.3 to 10.1.5
danqiu-dev/skills-secure-repository-supply-chain#11
Open
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This isn't appropriate in most cases as there's no logical environment, and environments are already used in cases where they are.